AT and T Communication Manager
Powershell command to remove .ale: get-childitem -path "C:\users\whatever\desktop\ACM-6-8-019-Install" -recurse *.ale | rename-item -new name {$_.name -replace '.ale','} Read More
DOS batch file above to strip off .ale extension doesn't work and should read: for /r %i in (*.*.ale) do ren "%i" "%~ni" Read More
Here is how I handled this package. 1. Downloaded and ran Setup-ACM-7.1.030.exe 2. Hit setup button the the winzip self extractor dialogue box. 3. Wait for AT&T Communication manager installsh… Read More
After extracting the installer from ATT using Winrar or Winzip. You'll have to rename *.*.ale extensions. Once you extract the files to a folder. Use the following does command to rename the… Read More